Class750.drawDebugStatus(Graphics2D g,ImageRep idealRep,ImageRep drawRep,float width,float height)#0{ r.setRect(0, 0, hw, hh); g.fill(r); }
Class750.drawDebugStatus(Graphics2D g,ImageRep idealRep,ImageRep drawRep,float width,float height)#1{ r.setRect(hw, 0, hw, height); g.fill(r); }
Class750.drawDebugStatus(Graphics2D g,ImageRep idealRep,ImageRep drawRep,float width,float height)#6{ r.setRect(0, hh, hw, hh); g.fill(r); }
Class210.drawPartialProgress(Graphics2D g,float progress,float width,float height)#3{ r.setRect(split,0, width - split, height); g.fill(r); }
Class300.paint(Graphics2D g2d)#0{ rect.setRect(rand.nextFloat() * x, rand.nextFloat() * y, rand.nextFloat() * w, rand.nextFloat() * h); g2d.fill(rect); }